home *** CD-ROM | disk | FTP | other *** search
- /* calc_update.h */
-
- #ifndef __CUP__
- #define __CUP__
-
- void LocateWindow (WindowPtr gNewCalcPicture);
- void draw_palette (WindowPtr wPtr);
- void update_seg (void);
- void DrawCalcPicture (PicHandle thePicture,WindowPtr pictureWindow);
- void DrawIconize (PicHandle thePicture,WindowPtr pictureWindow);
- void SetDisplay (void);
- Boolean MaintainColor (void);
- void do_update (WindowPtr wPtr);
-
- void EraseCRect (void);
- void EraseFRect (void);
- void EraseGRect (void);
- void ErasePRect (void);
- void EraseURect (void);
- void DrawCPicture (void);
- void DrawFPicture (void);
- void DrawGPicture (void);
- void DrawPPicture (void);
- void DrawUPicture (void);
- void DrawGRPicture (void);
- void DrawRPicture (void);
- Rect *WinRect ( WindowPtr wptr, Rect *scrRect );
- void DoKiller (void);
- void do_grow (WindowPtr wPtr, Point global_pt);
-
- #define DEBUGGING TRUE
-
- #endif /* __CUP__ */